home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 2: Applications / Linux Cubed Series 2 - Applications.iso / editors / emacs / xemacs / xemacs-1.006 / xemacs-1 / lib / xemacs-19.13 / lisp / pcl-cvs / pcl-cvs-startup.el < prev    next >
Encoding:
Text File  |  1994-09-20  |  565 b   |  15 lines

  1. ;;; @(#) Id: pcl-cvs-startup.el,v 1.4 1993/05/31 18:40:33 ceder Exp 
  2. (autoload 'cvs-update "pcl-cvs"
  3.       "Run a 'cvs update' in the current working directory. Feed the
  4. output to a *cvs* buffer and run cvs-mode on it.
  5. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
  6.       t)
  7.  
  8. (autoload 'cvs-update-other-window "pcl-cvs"
  9.       "Run a 'cvs update' in the current working directory. Feed the
  10. output to a *cvs* buffer, display it in the other window, and run
  11. cvs-mode on it.
  12.  
  13. If optional prefix argument LOCAL is non-nil, 'cvs update -l' is run."
  14.       t)
  15.